html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button,
input {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.5 "microsoft yahei", Arial, sans-serif;
    color: #333;
    outline: 0;
    border: none;
}

body {
    background: #fff;
}

a {
    color: #333;
}


/* ---------------------single CSS----------------------- */

.g-in {
    width: 980px;
    margin: 0 auto;
    *zoom: 1;
}

.g-in:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}


/* display */

.dn {
    display: none;
}

.di {
    display: inline;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.df {
    display: flex;
}

div.dib {
    *display: inline;
    *zoom: 1;
}


/* other block level tag(eg. p, li, h1~h6), using 'inline_any' instead */


/* height */

.h0 {
    height: 0;
}

.h12 {
    height: 12px;
}

.h14 {
    height: 14px;
}

.h16 {
    height: 16px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h22 {
    height: 22px;
}

.h24 {
    height: 24px;
}

.h26 {
    height: 26px;
}

.h28 {
    height: 28px;
}

.h30 {
    height: 30px;
}

.h34 {
    height: 34px;
}

.h36 {
    height: 36px;
}

.h38 {
    height: 38px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.hp100 {
    height: 100%;
}


/* width */


/* fixed width value */

.w20 {
    width: 20px;
}

.w50 {
    width: 50px;
}

.w70 {
    width: 70px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w250 {
    width: 250px;
}

.w280 {
    width: 280px;
}

.w300 {
    width: 300px;
}

.w320 {
    width: 320px;
}

.w360 {
    width: 360px;
}

.w400 {
    width: 400px;
}

.w460 {
    width: 460px;
}

.w500 {
    width: 500px;
}

.w550 {
    width: 550px;
}

.w600 {
    width: 600px;
}

.w640 {
    width: 640px;
}

.w700 {
    width: 700px;
}


/* percent width value */

.wp10 {
    width: 10%;
}

.wp15 {
    width: 15%;
}

.wp20 {
    width: 20%;
}

.wp25 {
    width: 25%;
}

.wp30 {
    width: 30%;
}

.wp33 {
    width: 33.333333%;
}

.wp40 {
    width: 40%;
}

.wp50 {
    width: 50%;
}

.wp60 {
    width: 60%;
}

.wp66 {
    width: 66.666666%;
}

.wp70 {
    width: 70%;
}

.wp75 {
    width: 75%;
}

.wp80 {
    width: 80%;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100%;
}


/* line-height */

.lh0 {
    line-height: 0;
}

.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh32 {
    line-height: 32px;
}

.lh34 {
    line-height: 34px;
}

.lh36 {
    line-height: 36px;
}

.lh38 {
    line-height: 38px;
}

.lh40 {
    line-height: 40px;
}

.lh50 {
    line-height: 50px
}


/* margin */

.m0 {
    margin: 0!important;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}


/* margin negative */

.ml-1 {
    margin-left: -1px;
}

.ml-3 {
    margin-left: -3px;
}

.ml-5 {
    margin-left: -5px;
}

.ml-10 {
    margin-left: -10px;
}

.ml-15 {
    margin-left: -15px;
}

.ml-20 {
    margin-left: -20px;
}

.ml-25 {
    margin-left: -25px;
}

.ml-30 {
    margin-left: -30px;
}

.mr-1 {
    margin-right: -1px;
}

.mr-3 {
    margin-right: -3px;
}

.mr-5 {
    margin-right: -5px;
}

.mr-10 {
    margin-right: -10px;
}

.mr-15 {
    margin-right: -15px;
}

.mr-20 {
    margin-right: -20px;
}

.mr-25 {
    margin-right: -25px;
}

.mr-30 {
    margin-right: -30px;
}

.mt-1 {
    margin-top: -1px;
}

.mb-1 {
    margin-bottom: -1px;
}

.mt-3 {
    margin-top: -3px;
}

.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mb-3 {
    margin-bottom: -5px;
}

.mb-5 {
    margin-bottom: -5px;
}

.mb-10 {
    margin-bottom: -10px;
}

.mb-15 {
    margin-bottom: -15px;
}

.mb-20 {
    margin-bottom: -20px;
}

.mb-25 {
    margin-bottom: -25px;
}

.mb-30 {
    margin-bottom: -30px;
}


/*margin????*/

.m0-auto {
    margin: 0 auto
}

.m5-auto {
    margin: 5px auto
}

.m10-auto {
    margin: 10px auto
}

.m15-auto {
    margin: 15px auto
}

.m20-auto {
    margin: 20px auto
}

.m25-auto {
    margin: 25px auto
}

.m30-auto {
    margin: 30px auto
}

.m35-auto {
    margin: 35px auto
}

.m40-auto {
    margin: 40px auto
}

.m45-auto {
    margin: 45px auto
}

.m50-auto {
    margin: 50px auto
}

.m0-5 {
    margin: 0 5px
}

.m0-10 {
    margin: 0 10px
}

.m0-15 {
    margin: 0 15px
}

.m0-20 {
    margin: 0 20px
}

.m0-25 {
    margin: 0 25px
}

.m0-30 {
    margin: 0 30px
}


/* padding */

.p0 {
    padding: 0!important;
}

.p1 {
    padding: 1px;
}

.p2 {
    padding: 2px;
}

.p3 {
    padding: 3px;
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px
}

.pl1 {
    padding-left: 1px;
}

.pl2 {
    padding-left: 2px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pt1 {
    padding-top: 1px;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pr1 {
    padding-right: 1px;
}

.pr2 {
    padding-right: 2px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pb1 {
    padding-bottom: 1px;
}

.pb2 {
    padding-bottom: 2px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.p0-5 {
    padding: 0 5px
}

.p0-10 {
    padding: 0 10px
}

.p0-15 {
    padding: 0 15px
}

.p0-20 {
    padding: 0 20px
}

.p0-25 {
    padding: 0 25px
}

.p0-30 {
    padding: 0 30px
}


/* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/

.bdc {
    border: 1px solid #ccc;
}

.blc {
    border-left: 1px solid #ccc;
}

.brc {
    border-right: 1px solid #ccc;
}

.btc {
    border-top: 1px solid #ccc;
}

.bbc {
    border-bottom: 1px solid #ccc;
}

.bdd {
    border: 1px solid #ddd;
}

.bld {
    border-left: 1px solid #ddd;
}

.brd {
    border-right: 1px solid #ddd;
}

.btd {
    border-top: 1px solid #ddd;
}

.bbd {
    border-bottom: 1px solid #ddd;
}

.bde {
    border: 1px solid #eee;
}

.ble {
    border-left: 1px solid #eee;
}

.bre {
    border-right: 1px solid #eee;
}

.bte {
    border-top: 1px solid #eee;
}

.bbe {
    border-bottom: 1px solid #eee;
}

.bw1 {
    border-width: 1px
}

.bw2 {
    border-width: 2px
}

.bw3 {
    border-width: 3px
}

.bs-s {
    border-style: solid
}

.bs-d {
    border-style: dotted
}

.bs-d {
    border-style: dashed
}

.bc-red {
    border-color: red;
}

.bc-c {
    border-color: #ccc;
}


/* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */

.bgc_w {
    background-color: #fff;
}

.bgc_fb {
    background-color: #fbfbfb;
}

.bgc_f5 {
    background-color: #f5f5f5;
}

.bgc_f0 {
    background-color: #f0f0f0;
}

.bgc_eb {
    background-color: #ebebeb;
}

.bgc_e0 {
    background-color: #e0e0e0;
}


/* safe color */

.c0 {
    color: #000;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.cc {
    color: #ccc;
}

.cw {
    color: #fff;
}


/* font-size */

.fz0 {
    font-size: 0;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}


/* font-family */

.ffa {
    font-family: Arial;
}

.ffs {
    font-family: Simsun;
}

.ffm {
    font-family: 'Microsoft Yahei';
}


/* font-style */

.fwn {
    font-weight: normal;
    font-style: normal;
    white-space: normal;
}

.fwb {
    font-weight: bold;
}

.fsi {
    font-style: italic;
}

.fsn {
    font-style: normal;
}


/* text-align */

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.taj {
    text-align: justify;
    text-justify: inter-ideograph
}


/* text-decoration */

.tdl {
    text-decoration: underline;
}

.tdn,
.tdn:hover,
.tdn a:hover,
a.tdl:hover {
    text-decoration: none;
}


/* letter-spacing */

.lt-1 {
    letter-spacing: -1px;
}

.lt0 {
    letter-spacing: 0;
}

.lt1 {
    letter-spacing: 1px;
}


/* white-space */

.nowrap {
    white-space: nowrap;
}


/* word-wrap */

.bk {
    word-wrap: break-word;
}


/* vertical-align */

.vm {
    vertical-align: middle;
}

.vtb {
    vertical-align: text-bottom;
}

.vb {
    vertical-align: bottom;
}

.vt {
    vertical-align: top;
}

.v-1 {
    vertical-align: -1px;
}

.v-2 {
    vertical-align: -2px;
}

.v-3 {
    vertical-align: -3px;
}

.v-4 {
    vertical-align: -4px;
}

.v-5 {
    vertical-align: -5px;
}


/* float */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* clear */

.clear {
    clear: both;
}


/* position */

.p-re {
    position: relative;
}

.p-ab {
    position: absolute;
}

.p-fix {
    position: fixed;
}


/*z-index*/

.zx1 {
    z-index: 1;
}

.zx2 {
    z-index: 2;
}


/* cursor */

.cursor_p {
    cursor: pointer;
}

.cursor_d {
    cursor: default;
}


/* overflow */

.ovh {
    overflow: hidden;
}

.ova {
    overflow: auto;
}


/* visibility */

.in_vis {
    visibility: hidden;
}

.vis {
    visibility: visible;
}

.hide {
    display: none
}

.no_bg {
    background: none!important
}

.no_bd {
    border: none!important
}


/* opacity */

.opa0 {
    opacity: 0;
    filer: alpha(opacity=0);
}


/* zoom */

.z {
    *zoom: 1;
}

.lst-d {
    list-style-type: disc
}

.lst-n {
    list-style-type: none
}


/* ------------------- multiply CSS ------------------ */


/* ?����????????????? */

.auto {
    margin-left: auto;
    margin-right: auto;
}


/* ????????*/

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}


/* ?��??display:table-cell??��????????? */

.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto;
}


/* ????��?????cell??��?????????��?��????? */

.cell2 {
    overflow: hidden;
    _display: inline-block;
}


/* ??????��??????��???? ??*/

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* css3?????????��?? */

.trans {
    -webkit-transition: all .15s;
    transition: all .15s;
}


/* ?��?????��???????��???? */

.dib_vm {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}


/* ??????��??��???? - ?????��??????CSS????????��??????????????�� */

.loading {
    background: url() no-repeat center;
}


/* ???��??��??��??��??�� */

.bd_none {
    border: 0;
    outline: none;
}


/* ?????��?????? */

.abs_out {
    position: absolute;
    left: -999em;
    top: -999em;
}

.abs_clip {
    position: absolute;
    clip: rect(0 0 0 0);
}


/* ��??????? */

.disabled {
    outline: 0 none;
    cursor: default!important;
    opacity: .4;
    filer: alpha(opacity=40);
    -ms-pointer-events: none;
    pointer-events: none;
}


/*inline-block??float???��??����*/

.inline_box {
    font-size: 1em;
    letter-spacing: -.25em;
    font-family: Arial;
}

.inline_two,
.inline_three,
.inline_four,
.inline_five,
.inline_six,
.inline_any {
    display: inline-block;
    *display: inline;
    letter-spacing: 0;
    vertical-align: top;
    *zoom: 1;
}

.float_two,
.float_three,
.float_four,
.float_five,
.float_six {
    float: left;
}

.inline_two,
.float_two {
    width: 50%;
    *width: 49.9%;
}

.inline_three,
.float_three {
    width: 33.33333%;
    *width: 33.3%;
}

.inline_four,
.float_four {
    width: 25%;
    *width: 24.9%;
}

.inline_five,
.float_five {
    width: 20%;
    *width: 19.9%;
}

.inline_six,
.float_six {
    width: 16.66666%;
    *width: 16.6%;
}

.inline_fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}


/*????*/

.tid1 {
    text-indent: 1em
}

.tid2 {
    text-indent: 2em
}


/*?????����?*/

.pic_ins_txt {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}


/*???��?��??????*/

.all_auto {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lr_auto {
    margin: auto;
    left: 0;
    right: 0;
}

.tb_auto {
    margin: auto;
    top: 0;
    bottom: 0;
}


/*css3????????relative*/

.css3_atuo {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.css3_lr_atuo {
    transform: translate(-50%, 0);
    left: 50%
}

.css3_tb_atuo {
    transform: translate(0, -50%);
    top: 50%
}


/*cell????*/

.cell_tb_auto {
    display: table-cell;
    vertical-align: middle;
}

.cell_lr_auto {
    display: table-cell;
    text-align: center;
}

.cell_tb_auto {
    display: table-cell;
    vertical-align: middle;
}


/*flex????*/

.flex_auto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_jcc {
    justify-content: center
}

.flex_jcs {
    justify-content: space-between
}

.flex_aic {
    align-items: center
}

.flex_w {
    flex-wrap: wrap
}

.line_nav {
    background: linear-gradient(to bottom, #dd2926, #a82724, #dd2926) no-repeat right/1px 15px;
}

.topbar {
    background: #013e75;
}

.topbar form {
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
}

.search_txt {
    text-indent: 1em;
}

.search_btn {
    padding: 0 5px;
    color: #fff;
    background: #ee9b01;
}

.main_tit {
    font-size: 50px;
    line-height: 70px;
}

body {
    background:#ebf0f4 url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_bg_1.jpg) repeat-x top center;
    padding-bottom: 20px;
}

.nav {
    background: #e60e19;
}

.nav a {
    padding: 0 8px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nav .home {
    background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_home.png) no-repeat left center;
    padding-left: 30px;
}

.tit {
    background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_tit_03.jpg) no-repeat left top;
    height: 30px;
    line-height: 30px;
}

.news_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_disc_07.jpg) no-repeat 4px center;
    padding-left: 20px;
}

.news_list li .fl {
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3668bb;
}

.news_list li span {
    color: #999;
    font-size: 12px;
}

.bba3 {
    border-bottom: 1px solid #a3cae5;
}

.s_txt {
    width: 30px;
    height: 16px;
    line-height: 16px;
}

.page,
.page a {
    color: #3668BB;
}

.link {
    border-top: 2px solid #013E75;
}

.bot img {
    vertical-align: middle;
    margin: 0 10px 0 20px;
}

.qr {
    left: 50%;
    margin-left: 520px;
    top: 50%;
    margin-top: -265px;
}

.qr dl {
    padding: 10px 10px 0;
    background-color: #fff;
    margin: 40px 0;
}

.qr dl dd {
    line-height: 24px;
}
.qr img{display: block;margin: 0 auto;}
.r_icon a{margin: 20px 0;display: block;}
.sub_tit a {
    padding: 0 10px;
    color: #14336c;
    font-weight: bold;
}

.channel_page .channel,
.channel_page1 .channel,
.list_page .channel,
.listpic_page .channel {
    font-family: "???��????";
    font-size: 16px;
    font-weight: bold;
    background-color: #d8efff;
    border-top: 5px solid #3669bc;
    height: 25px;
    line-height: 22px;
}

.chnnel_bg {
    background-color: #3669bc;
    height: 25px;
    padding-left: 15px;
}

.c_w a {
    color: #fff;
    text-decoration: none;
}
.c_w{color: #fff;}
.irr {
    background-image: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_irr.jpg);
    width: 33px;
    height: 25px;
}

.f_b {
    color: #14336c;
}

.f_b_1 {
    color: #0a35b7;
}

.f_b a {
    color: #14336c;
    text-decoration: none;
}

.more {
    float: right;
    padding-right: 10px;
    color: #333!important;
    font-weight: normal;
    font-size: 14px;
}

.channel_page .pic_title {
    color: #fff;
}

.pic_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.channel_page .pic_title a {
    color: #fff;
}

.pic_title a {
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    margin-left: 10px;
}

.news {
    width: 560px;
}

.channel_page .border_b,
.channel_page1 .border_b {
    border-bottom: 1px solid #a3cae5;
}

.box3 {
    border-bottom: solid 1px #d8efff;
    margin-top: 10px;
    padding-bottom: 10px;
    height: 114px;
}

.title {
    color: #274eab;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-family: simsun
}

.title a {
    color: #274eab;
    text-decoration: none;
    line-height: 26px;
}

.text {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
    font-weight: normal;
}

.text a:link,
.text a:visited {
    color: #333333!important;
    text-decoration: none;
    line-height: 26px;
}

.list {
    color: #024cd1;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list a {
    color: #024cd1;
    text-decoration: none;
    line-height: 26px;
}

.list a:hover {
    color: #024cd1;
    text-decoration: underline;
}

.ftime {
    color: #999999;
    padding-right: 5px;
    font-size: 12px;
    float: right;
    font-family: "???��????";
    font-weight: normal;
}

.list_t1 {
    float: left;
    width: 435px;
}

.box4 {
    width: 480px;
}

.list_t {
    float: left;
    width: 375px;
}

.bit {
    background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_disc_07.jpg) no-repeat left center;
    padding-left: 1em;
    overflow: hidden;
}

.fcolor {
    color: #333;
    line-height: 24px;
}

.A_title {
    color: #12326a;
    font-size: 30px;
    padding: 20px 0 25px;
    font-family: "???��????";
}

.A_t1 {
    background: #e3e7ea;
    padding: 8px;
}

.line_01 {
    background: #fff url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_sp.png) no-repeat -140px -96px;
    width: 34px;
    height: 34px;
}

.line_02 {
    background: #fff url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_sp.png) no-repeat -176px -96px;
    width: 34px;
    height: 34px;
}

.line_03 {
    background: #fff url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_sp.png) no-repeat -106px -96px;
    width: 34px;
    height: 34px;
}

.line_04 {
    background: #fff url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_sp.png) no-repeat -34px -96px;
    width: 34px;
    height: 34px;
}

#content p {
    font-size: 14px;
}

#content p {
    padding: 10px 0;
}
.list img{vertical-align: middle;}
.rel li.list{padding-top: 0;padding-bottom: 5px;line-height:5px ;}
.pb50{padding-bottom: 50px;}
.act h1{font-size: 38px;margin: 20px 0;}
.main_news>.fr{width: 371px;background: #e9e9e9;height: 354px;}
.main_txt{margin: 60px 30px;text-indent:2em;}
.rec_tit{background: #efefef;}
.rec_tit .tit_cont{padding-left: 60px;height: 50px;line-height: 50px;font-size: 22px;color: #0A35B7;font-weight: bold;float: left;}
.rec_tit .doc_icon{background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_tit_icon_06.jpg) no-repeat 20px center;}
.rec_tit .bar_icon{background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_tit_icon_03.jpg) no-repeat 20px center;}
.rec_tit >.fr{height: 50px;line-height: 50px;}
.rec_tit >.fr a{margin: 5px;}
.rec_tit >.fr select{background: #EFEFEF;}
.rec>.fl{width: 673px;}
.rec>.fr{width: 302px;}
.rec_cont{height: 833px;overflow-y: scroll;border: 1px  solid #CCCCCC;}
.pic_txt_show dl{margin: 10px 0;}
.rec_about > div{width: 328px;margin-top: 30px;}
.about_mes{width: 286px;height: 187px;}
.about_mes dt img{display: block;}
.about_mes dd{position: absolute;font-size: 14px;line-height: 34px;height: 34px;bottom: 0;background: rgba(0,0,0,0.5);*background: #CCCCCC;width: 100%;}
.about_mes {position: relative;}
.about_list li{margin: 20px 0;padding-left: 15px;background: url(http://fbh.anhuinews.com/material/shouye/images/fbh_2020119_disc.png) no-repeat left 8px;}